Total Complexity | 11 |
Dependencies | 1 |
Dependents | 0 |
Total lines | 112 |
Lines of code | 67 |
Logical lines of code | 42 |
Comment lines | 3 |
Methods | 10 |
Properties | 0 |
Method | Rating | Maintainability | Complexity | Lines of code |
---|---|---|---|---|
testACollectionCanBeIteratedOver() | 64 | 2 | 9 | |
testTheKeysFromTheCollectionCanBeReturned() | 63 | 1 | 11 | |
testAnExistingPropertyCanBeAccessed() | 68 | 1 | 7 | |
testAMissingPropertyWillReturnNull() | 71 | 1 | 5 | |
testAMissingPropertyWillReturnTheDefault() | 67 | 1 | 7 | |
testFalseDefaultsWillReturnSameType() | 65 | 1 | 9 | |
testAnArrayCanBeInjectedViaTheConstructor() | 74 | 1 | 4 | |
testACollectionCanBeConvertedToProperJson() | 72 | 1 | 5 | |
testACollectionCanBeCounted() | 72 | 1 | 5 | |
testACollectionCanBeAccessedAsAnArray() | 72 | 1 | 5 |